Questions tagged [open-multilingual-wordnet]

6 questions
5
votes
3 answers

How to get Sense Key in WordNet for NLTK Python?

Hi Stackoverflow Community I just started tinkering around with Python NLTK and have directed my attention to the Wordnet module. I am attempting to get the Sense Ky for a given lemma and found the following: s = wn.synset('skill.n.01') s.lemmas #…
Mike Nedelko
  • 709
  • 1
  • 8
  • 28
2
votes
0 answers

How do I use Wordnet for Dutch? Open Multilingual Wordnet will not work?

I'm fairly new to python, please bear with me. I am trying to create a code that identifies the difficult words in a Dutch sentence and lists them. For this, I need to know if the Dutch words in the input have any hypernyms. When I download Open…
2
votes
0 answers

Search Open Multilingual Wordnet with JWI

Does JWI support the Open Multilingual Wordnet or (even better) the Extended Open Multilingual Wordnet? Both of those data sets look great, but they extremely clunky as is. It looks like I would have to parse and aggregate a dozen (or hundred in the…
bhan
  • 2,489
  • 3
  • 19
  • 26
1
vote
0 answers

Arabic WordNet Specifications

Is there any documentation or tutorial for Arabic WordNet? either for this Arabic WordNet or from the Open Multilingual Wordnet. The answer in this link shows an example, but I want a full description such as in English WordNet. Thanks.
userInThisWorld
  • 1,361
  • 4
  • 18
  • 35
0
votes
0 answers

How to find path_similarity for lemmas in spanish?

When I try to find path_similarity or whether two English words are synonyms, I am able to execute for English, but when I try the same for Spanish, it shows an error. Please find the attached the screenshot:
0
votes
0 answers

Is it posssible to make pos tagging with wolf (Free Wordnet for French)?

I wonder if it is possible to make pos tagging french text using wolf and nltk like we do it with StanfordPOSTagger? And how do we make it if possible? thanks for your answer
mee
  • 688
  • 8
  • 18