You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theSpaceAfter=No
to tokens before punctuation etc. But that only generates a red warning in ConlluEditor.The text was updated successfully, but these errors were encountered: