Revision 2769 tmp/org.txm.groovy.core/src/groovy/org/txm/macro/export/ExportTextContentMacro.groovy
ExportTextContentMacro.groovy (revision 2769) | ||
---|---|---|
74 | 74 |
if (breaks_pos.contains(p)) words[j] = words[j] +"\n" |
75 | 75 |
} |
76 | 76 |
writer.println LangFormater.format(StringUtils.join(words, " "), |
77 |
corpus.getLanguage());
|
|
77 |
corpus.getLang()); |
|
78 | 78 |
writer.close(); |
79 | 79 |
} |
80 | 80 |
|
Also available in: Unified diff