can Spacy compute collocations? #10926
Unanswered
randomgambit
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
I am not familiar with the NLTK feature, but looking at the docs here it looks like it's a feature for extracting n-grams, possibly with filtering. You can do that with spaCy but there's no built-in feature for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know that collocations (statistical tests of associations between words in a text) can be computed with
nltk
. However, I was wondering if the same could be done withspacy
? Perhaps with better speed?Thanks
Beta Was this translation helpful? Give feedback.
All reactions