nltk / wordnet

Stand-alone WordNet API
Other
48 stars 15 forks source link

Wordnet 3.1 is called 3.3 here #25

Closed goodmami closed 3 years ago

goodmami commented 4 years ago

The directory wn/data/wordnet-3.3 should be wn/data/wordnet-3.1, assuming it is 3.1 data. 3.3 is not yet released (or 3.2 for that matter).

alvations commented 4 years ago

Yes, that was the confusion I had =)

https://github.com/globalwordnet/english-wordnet was labeled 3.3 so I was thinking it's princeton wn 3.3 but now I understand that it's different.

Renaming the directories in the coming version.

goodmami commented 3 years ago

I'm going to close this as I don't think it will be fixed.

I'll note that PWN 3.1 is available as a WN-LMF file, and is indexed by https://github.com/goodmami/wn/:

>>> import wn
>>> wn.download('pwn:3.1')
Download [###############################] (10048872/10048872 bytes) Complete
Added pwn:3.1 (Princeton WordNet 3.1)