You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.1
textacy version: 0.11.1
The text was updated successfully, but these errors were encountered:
Hi @quillan86 , I removed — well, "hid" — that function a while ago because I could no longer vouch for or maintain it. I'm interested in reintroducing the functionality, in some form, back into textacy, but I haven't had much bandwidth for non-trivial to-dos. Just checking: Is this something you'd be comfortable hacking on? If not, you're totally welcome to copy-paste the code and make use of it internally as you see fit until I'm able to work on a suitable successor.
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
spacy
version: 3.3.1textacy
version: 0.11.1The text was updated successfully, but these errors were encountered: