Open
Description
steps to reproduce
I've previously used most_discriminating_terms function before but it seems to be commented out. It's necessary for my current role so far because I have a series of documents labeleld with a certain theme relative to a larger series of comments and I want to see what are the most discriminating terms in that document, but it seems like the code has been commented out.
expected vs. actual behavior
Tried importing textacy.extract.utils.most_discriminating_terms - not availble - code seems to be commented out
possible solution?
Reinclude this function
context
See above
environment
- operating system: macOS
- python version: 3.9
spacy
version: 3.3.1textacy
version: 0.11.1
Activity