-
Notifications
You must be signed in to change notification settings - Fork 22
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
Empty texts are silently ommited #22
Comments
I am also getting in labels.txt a number of predictions different than the sample number. At which level are you noticing an empty text object? I am not sure if the source problem in my case is related to empty text... |
I didn't do any detailed research but removing empty source lines helped. |
Do you mean by "empty source lines", the line in the train.txt that are empty after pre-processing? |
In the train. |
Похоже, что если текст объекта пуст, то предсказание просто не записывается в
labels.txt
. В итоге, в файле предсказаний меньше строк, чем в исходной выборке.Возможно, это не единственный случай с такими послледствиями.
The text was updated successfully, but these errors were encountered: