-
Notifications
You must be signed in to change notification settings - Fork 62
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
How to use it with NLTK? #771
Comments
My understanding is that support is under development from the NLTK team. I think @ekaf can comment in more detail. |
It is still too early to use the EWN 2021 release candidate with NLTK, because issues are being fixed just these days. The situation is already much improved with the very latest release though. There are more details under issue #747. |
Okay, thanks. Will check later. |
Maybe you can consider using the new wn Python package? |
The 'develop' branch of NLTK now supports OEWN 2021 through nltk/nltk#2860 |
Is your feature request related to a problem? Please describe.
I'm trying to use
english-wordnet-2021.zip
with NLTK. I have copied the files and placed it inwordnet
directory ofnltk_data
Some
synsets
works but when I try to use all thesynsets
it throws error which I am unable to fix.Here is what it looks like.
For example word
agricultural
throws error.After removing the extra
|
, at line 11279 ofdata.adj
, it throws another error.Describe the solution you'd like
Is there a way to use it with
NLTK
properly.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: