@@ -2263,7 +2263,7 @@ public String toTEI(int n, int indent, GrobidAnalysisConfig config) {
2263
2263
if (titleTokens != null && titleTokens .size ()>0 ) {
2264
2264
String coords = LayoutTokensUtil .getCoordsString (titleTokens );
2265
2265
if (coords != null && coords .length ()>0 ) {
2266
- tei .append (" coord =\" " + coords + "\" " );
2266
+ tei .append (" coords =\" " + coords + "\" " );
2267
2267
}
2268
2268
}
2269
2269
}
@@ -2276,7 +2276,7 @@ public String toTEI(int n, int indent, GrobidAnalysisConfig config) {
2276
2276
if (titleTokens != null && titleTokens .size ()>0 ) {
2277
2277
String coords = LayoutTokensUtil .getCoordsString (titleTokens );
2278
2278
if (coords != null && coords .length ()>0 ) {
2279
- tei .append (" coord =\" " + coords + "\" " );
2279
+ tei .append (" coords =\" " + coords + "\" " );
2280
2280
}
2281
2281
}
2282
2282
}
@@ -2426,7 +2426,7 @@ else if (bookTitle == null) {
2426
2426
if (titleTokens != null && titleTokens .size ()>0 ) {
2427
2427
String coords = LayoutTokensUtil .getCoordsString (titleTokens );
2428
2428
if (coords != null && coords .length ()>0 ) {
2429
- tei .append (" coord =\" " + coords + "\" " );
2429
+ tei .append (" coords =\" " + coords + "\" " );
2430
2430
}
2431
2431
}
2432
2432
}
@@ -2450,7 +2450,7 @@ else if (bookTitle == null) {
2450
2450
if (titleTokens != null && titleTokens .size ()>0 ) {
2451
2451
String coords = LayoutTokensUtil .getCoordsString (titleTokens );
2452
2452
if (coords != null && coords .length ()>0 ) {
2453
- tei .append (" coord =\" " + coords + "\" " );
2453
+ tei .append (" coords =\" " + coords + "\" " );
2454
2454
}
2455
2455
}
2456
2456
}
@@ -2682,7 +2682,7 @@ else if (this.getYear().length() == 4)
2682
2682
if (titleTokens != null && titleTokens .size ()>0 ) {
2683
2683
String coords = LayoutTokensUtil .getCoordsString (titleTokens );
2684
2684
if (coords != null && coords .length ()>0 ) {
2685
- tei .append (" coord =\" " + coords + "\" " );
2685
+ tei .append (" coords =\" " + coords + "\" " );
2686
2686
}
2687
2687
}
2688
2688
}
@@ -2709,7 +2709,7 @@ else if (this.getYear().length() == 4)
2709
2709
if (titleTokens != null && titleTokens .size ()>0 ) {
2710
2710
String coords = LayoutTokensUtil .getCoordsString (titleTokens );
2711
2711
if (coords != null && coords .length ()>0 ) {
2712
- tei .append (" coord =\" " + coords + "\" " );
2712
+ tei .append (" coords =\" " + coords + "\" " );
2713
2713
}
2714
2714
}
2715
2715
}
@@ -3791,7 +3791,7 @@ private void appendAffiliation(
3791
3791
List <LayoutToken > affTokens = aff .getLayoutTokens ();
3792
3792
String coords = LayoutTokensUtil .getCoordsString (affTokens );
3793
3793
if (coords != null && coords .length ()>0 ) {
3794
- tei .append (" coord =\" " + coords + "\" " );
3794
+ tei .append (" coords =\" " + coords + "\" " );
3795
3795
}
3796
3796
}
3797
3797
tei .append (">\n " );
0 commit comments