-
Notifications
You must be signed in to change notification settings - Fork 34
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
cort-predict-raw runs on python2 but not python3.5 #17
Comments
Can you isolate (and post) the document which causes the error message? |
I have isolated it to this string:
I'm guessing it is the sequence of number that is at fault. Single instances of numbers are ok, for example, there are years like 2017 in other documents that are fine. This example works:
|
I did some debugging, the first example is tokenized as |
I will try and run on Python2 in the meantime or just skip this special case. I'm doing a study on efficiency, so it would be most optimal to run it using Python3. Thank you for your quick reply! |
I was trying to run cort-predict-raw with following command:
and got the following error message:
It works without a problem with python2 though. I'm running this on Ubuntu16.04.
The text was updated successfully, but these errors were encountered: