nltk
nltk copied to clipboard
Support extended open multilingual wordnet
Currently, NLTK supports the open multilingual wordnet (requires nltk.download('omw')
). However, it doesn't (unless I'm missing something) yet support the extended open multilingual wordnet.
@fcbond would you please comment?
The extended open multilingual wordnet data is automatically built, and has a lower confidence. The current interface has no way to show this, and we have no way of selecting different wordnets apart from language, so it would be non-trivial extension. If someone wants to try, I could adivse, but I hope all this will be solved when we release OMW 2.0, which is slowly getting nearer.
The extended open multilingual wordnet data is automatically built, and has a lower confidence. The current interface has no way to show this, and we have no way of selecting different wordnets apart from language, so it would be non-trivial extension. If someone wants to try, I could adivse, but I hope all this will be solved when we release OMW 2.0, which is slowly getting nearer.
Hi @fcbond -- I've build a simple loader that could support loading the extended OMW together with the original wordnet as well as OMW (https://github.com/nltk/nltk/pull/2924). I'd appreciate it a lot if I can hear some feedback from you!
Hi,
I will take a look as soon as I can.
On Wed, Dec 22, 2021 at 12:08 PM Freda Shi @.***> wrote:
The extended open multilingual wordnet data is automatically built, and has a lower confidence. The current interface has no way to show this, and we have no way of selecting different wordnets apart from language, so it would be non-trivial extension. If someone wants to try, I could adivse, but I hope all this will be solved when we release OMW 2.0, which is slowly getting nearer.
Hi @fcbond https://github.com/fcbond -- I've build a simple loader that could support loading the extended OMW together with the original wordnet as well as OMW (#2924 https://github.com/nltk/nltk/pull/2924). I'd appreciate it a lot if I can hear some feedback from you!
— Reply to this email directly, view it on GitHub https://github.com/nltk/nltk/issues/1611#issuecomment-999270218, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIPZRTMHL3NU54STVKATE3USFFLRANCNFSM4C7GTLZQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you were mentioned.Message ID: @.***>
-- Francis Bond https://fcbond.github.io/ Division of Linguistics and Multilingual Studies Nanyang Technological University
This has been implemented in NLTK 3.8!