Skip to content
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

NLTK wordnet -> wn migration guide #18

Open
goodmami opened this issue Oct 19, 2020 · 0 comments
Open

NLTK wordnet -> wn migration guide #18

goodmami opened this issue Oct 19, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@goodmami
Copy link
Owner

If this is to supplant the NLTK's module, it needs a clear migration guide. At least there should be a table describing similar operations:

Operation nltk.corpus.wordnet wn
Lookup Synsets by Word form wn.synsets("chat") wn.synsets("chat")
wn.synsets("chat", pos="v") wn.synsets("chat", pos="v")
Lookup Synsets by POS wn.all_synsets(pos="v") wn.synsets(pos="v")

Although it might make more sense to have separate tables for monolingual and multilingual operations.

@goodmami goodmami added the documentation Improvements or additions to documentation label Oct 19, 2020
@goodmami goodmami added this to To do in Documentation via automation Oct 19, 2020
@goodmami goodmami added the good first issue Good for newcomers label Oct 20, 2020
goodmami added a commit that referenced this issue Nov 24, 2020
@goodmami goodmami added this to To do in NLTK Compatibility Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
Documentation
  
To do
Development

No branches or pull requests

1 participant