nltk_data icon indicating copy to clipboard operation
nltk_data copied to clipboard

Wordnet: Request for access to all synsets of OMW languages

Open HRezaei opened this issue 8 years ago • 3 comments

I need wn.all_synsets(lang='fas') and also synset.definition(lang='fas')

HRezaei avatar Feb 03 '18 04:02 HRezaei

Currently you cannot do this directly, but you can ask for all synsets, then loop through and only look at synsets with Persian lemmas. There are no definitions for Persian at the moment.

On Sat, Feb 3, 2018 at 12:01 PM, Hosein Rezaei [email protected] wrote:

I need wn.all_synsets(lang='fas') and also synset.definition(lang='fas')

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nltk/nltk_data/issues/109, or mute the thread https://github.com/notifications/unsubscribe-auth/ABD8xjuAyb2roj0jRCqrtqHUrEsYN2CFks5tQ9oCgaJpZM4R4CCb .

-- Francis Bond http://www3.ntu.edu.sg/home/fcbond/ Division of Linguistics and Multilingual Studies Nanyang Technological University

fcbond avatar Feb 03 '18 06:02 fcbond

Thanks for your replay, May this feature be available in future releases? Are definitions already available for any other language than English?

HRezaei avatar Feb 03 '18 12:02 HRezaei

My pleasure.

Thanks for your replay, May this feature be available in future releases?

Yes, I hope so.

Are definitions already available for any other language than English?

Yes, but not in OMW yet, they should be in the next release (which we are working on now).

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nltk/nltk_data/issues/109#issuecomment-362803782, or mute the thread https://github.com/notifications/unsubscribe-auth/ABD8xmUINy5mJPJdN-L8jgj_QBw2oc60ks5tRFVqgaJpZM4R4CCb .

-- Francis Bond http://www3.ntu.edu.sg/home/fcbond/ Division of Linguistics and Multilingual Studies Nanyang Technological University

fcbond avatar Feb 04 '18 08:02 fcbond