-
Notifications
You must be signed in to change notification settings - Fork 96
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
Unexpected behaviour of ngram(sd, 3) #202
Comments
Are you working off of master branch? |
Yes. I'm using the latest release too. Is that frozen for a dev branch? |
It seems that I was not synced with the latest version of TextAnalysis. pkg> add TextAnalysis but this dosen't seem to install the version we see on the repo. (maybe the registry needs to be updated). But after cloning it from source, pkg> add https://github.com/JuliaText/TextAnalysis.jl.git |
Yes, we need to tag a new release for the package. Its been over a year since the last release. The release is waiting due to #180 . I will try to get that done in a week. Thanks. |
I was expecting a Dict of trigrams upon calling this as mentioned in the docs. But I'm getting unigrams, bigrams and trigrams.
Fixing this can help solve #201 next.
The text was updated successfully, but these errors were encountered: