You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2018. It is now read-only.
I am receiving syntax errors "Expected valid syntax." for all CLI tools that are based off n-grams and which require the user to supply the n parameter. I think there is an error somewhere in how the opts is parsing the integer. The following are not working for me:
dicesorensenmetric
jaccardmetric
ngrammetric
overlapmetric
Commenting out the the opts and hardcoding the n value resolves the issue.
The text was updated successfully, but these errors were encountered:
I am receiving syntax errors "Expected valid syntax." for all CLI tools that are based off n-grams and which require the user to supply the n parameter. I think there is an error somewhere in how the opts is parsing the integer. The following are not working for me:
dicesorensenmetric
jaccardmetric
ngrammetric
overlapmetric
Commenting out the the opts and hardcoding the n value resolves the issue.
The text was updated successfully, but these errors were encountered: