-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error reading sentence #40
Comments
I get the same error if there is no |
I was able to get this issue resolved by revising the formatting of the CONLL-U file that I was trying to load. |
Great. I noticed that Trankit does not write the It would be nice if ConlluEditor would be able to load the file nevertheless, maybe with the --relax switch. Looking at the GUI I don't see why the |
I'll have a look at that. |
It's done: get V2.25.5! You surprised me in a good moment :-) |
It works! Thanks :) |
Hello,
I'm running into an error when pressing "Read Sentence" that I haven't been able to get past. I am using the latest version and JDK v18. The error is below:
"General error: Cannot invoke "String.length()" because the return value of "com.orange.labs.conllparser.ConllSentence.getText()" is null"
It appears that the CONLL-U file is being successfully loaded, because I am able to see the statistics when I click on the filename in the editor, but if I try to press any of the buttons below, I get the error.
The text was updated successfully, but these errors were encountered: