-
Notifications
You must be signed in to change notification settings - Fork 81
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:Cannot process sentence 0 in 0 #47
Comments
I found the above errors occur when processing the code After the above errors, incorrect classification results can still be obtained in the final CSV file. |
I have the same questions,when I run 'python label.py reports_path 'sample_reports.csv': Have you fixed the problem? If yes, can you tell me how to fix it? Thank you~ |
Have you fixed the problem? |
Did anyone fix this problem? |
yeah,while it's not equal to initial csv file of authors', have you solve it? |
Thanks for open sourcing your labeler! I'm running into the following error with the sample reports:
One of the problems here is that 'TypeError: must be str'. However, when I print the type of sample_report, it is indeed str type.
How can I fix it? Is it an issue of incompatibility with the Conda environment?
The text was updated successfully, but these errors were encountered: