We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LexicalDispersionPlot failed for the search index object example. I think it's because the number of matches is quite large.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
There are too many keys, ~25000. There's no way the plot will render 25000 frame ticks on the y axis.
In[3]:= index = CreateSearchIndex["ExampleData/Text"] Out[3]= SearchIndexObject[File["/Users/faizonzaman/Library/Mathematica/SearchIndices/25d80c63-\ b40f-42a3-bc88-02562fc88f50"]] In[4]:= indexResults = LexicalCases[index -> All, WordToken[1] ~~ TextType["Verb"]]; In[36]:= indexResults["Dataset"][All, "Match"] // Normal // DeleteDuplicates // Length Out[36]= 25570
LexicalDispersionPlot fails in some cases
47ddc0d
Fixes #258
dishmint
Successfully merging a pull request may close this issue.
LexicalDispersionPlot failed for the search index object example. I think it's because the number of matches is quite large.
The text was updated successfully, but these errors were encountered: