nltk icon indicating copy to clipboard operation
nltk copied to clipboard

Support extended open multilingual wordnet

Open ExplodingCabbage opened this issue 8 years ago • 4 comments

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.

ExplodingCabbage avatar Feb 07 '17 15:02 ExplodingCabbage

@fcbond would you please comment?

stevenbird avatar Feb 07 '17 20:02 stevenbird

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.

fcbond avatar Feb 09 '17 23:02 fcbond

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!

ExplorerFreda avatar Dec 22 '21 04:12 ExplorerFreda

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

fcbond avatar Dec 23 '21 06:12 fcbond

This has been implemented in NLTK 3.8!

tomaarsen avatar Dec 16 '22 12:12 tomaarsen