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.
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.
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.