jiesutd / YEDDA

YEDDA: A Lightweight Collaborative Text Span Annotation Tool. Code for ACL 2018 Best Demo Paper Nomination.
Apache License 2.0
1.03k stars 297 forks source link

limits? #48

Open rxjx opened 3 years ago

rxjx commented 3 years ago

Is there a limit to the number of sentences in the input file? I have a file with 18948 sentences delimited by newlines but in the UI the file seems to end at 3524 sentences.

rxjx commented 3 years ago

Apparently this was being caused by NUL (0x00) characters in the file. I can easily fix it but it would be nice if the code could deal with this in the future.