nlp-uoregon/trankit

trankit2conllu() does not write sentence texts: # text = ...

jerekupari opened this issue · 0 comments

I noticed that ConlluEditor will not open conllu data written by the trankit2conllu() function, because the sentence texts # text = Hello! . . . # text = This is Trankit. are missing.
(https://github.com/nlp-uoregon/trankit/releases/tag/v1.1.0)

Also trankit2conllu() does not add the SpaceAfter=No to tokens before punctuation etc. But that only generates a red warning in ConlluEditor.