-
Notifications
You must be signed in to change notification settings - Fork 20
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
Sequence is not sorted #21
Comments
Full Log
|
Hi, |
I gave a quick look at your files and they are, as I suspected before, malformed:
And be sure they are sorted with the |
Actually, it's just the rendering. this is a common problem with RTL languages.
|
Ah ok, I did not know this. Sorry. |
It fails on the third bigrams because that third bigram is |
In fact, if I remove that bigrams and retain these bigrams:
i.e., all prefixed by |
Thanks, just noticed the issue.
That's why I didn't notice this time. |
Got the following files:
I am trying the command:
But getting the error
I did use
sort_grams
command, on the Ngrams files. but still getting the error.The text was updated successfully, but these errors were encountered: