wordnet
how do i import and use WordNet 3.0 in python?
I have downloaded the latest version of WordNet 3.0. I am not able to find a pr开发者_StackOverflow社区oper documentation of how to use it in python.[详细]
2023-03-01 18:01 分类:问答Does OpenNLP use WordNet under the hood for the Named Entity Recognition
I have tried using OpenNLP Tools 1.5 from SourceForge for getting the Named Entites from a text. I did find a JWNL file in the OpenNLP download. Does that imply that OpenNLP in turn is using WordNet f[详细]
2023-03-01 07:35 分类:问答Why does Wordnet fail to convert dict files to bdb on Mac OS?
I am trying to get Ruby Wordnet to convert the data files t dbd but convertdb.rb gives a segmentation fault at the end of running.ANy idea whats going on or how to investigate and resolve this?[详细]
2023-02-24 22:38 分类:问答Wordnet Synset Offset? How to compare words
I am using the Chinese Wordnet from Academic Sinica. It is a translation of Wordnet 1.6. Unfortunately it is not freely available, and has to be purchased, and the manual basically says refer to Wordn[详细]
2023-02-24 22:01 分类:问答To find synonyms, definitions and example sentences using WordNet
I need to take an input text file with a one word. I then need to find the lemma_names, definition and examples of the synset of the word using wordnet. I have gone through the book : \"Python Text Pr[详细]
2023-02-22 00:46 分类:问答cannot require ruby wordnet gem
I installed ruby gem \'wordnet\', a gem on English linguistic. After I installed it (wordnet 0.0.5), when I tried to require it using irb, I got the following errors:[详细]
2023-02-13 09:47 分类:问答Getting the base form of a word using the Java Wordnet Library
I\'m using the Java WordNet Library (JWNL) for my project, and I need to find base form of a word before processing.[详细]
2023-02-11 19:31 分类:问答using wordnet to find terms with no noun synsets or at least one noun synset
I am using WordNet 3.0. The WordNet documentation shows how to find s开发者_JS百科ynsets of a given word such as:[详细]
2023-01-27 08:15 分类:问答Help with WordNet data file-format
I have a question about the WordNet data file-format.The wndb(5) manual page says in part: The source/target field distinguishes lexical and semantic pointers.It is a four byte field, containing two[详细]
2023-01-24 15:39 分类:问答wordnet relations
how to generate the more general, less general and equivalence relations from wordnet? wordnet similarity in RitaWordnet gives a number like -1.0, 0.222 or 1.0 but how to arrive at the more general,[详细]
2023-01-20 19:06 分类:问答