wordnet
How to find the "lexical file" in Wordnet?
If you look at the original Wordnet search and select \"Display options: Show Lexical File Info\", you\'ll see an extremely useful classification of words called lexical file. Eg for \"filling\" we ha[详细]
2023-03-19 20:41 分类:问答Import WordNet In NLTK
I want to import wordnet dictionary but when i import Dictionary form wordnet i see this error : for l in open(WNSEARCHDIR+\'/lexnames\').readlines():[详细]
2023-03-19 20:07 分类:问答How do I Get All Attributes Of Synsets?
开发者_开发知识库Please Give Me am example That have all of attribute of synset of a word i know only this attribute: name , lemma_names , definition[详细]
2023-03-19 08:11 分类:问答Creating a simple dictionary using WordNet
I\'m installing WordNet in MySQL from http://www.semantilog.org/wn2sql.html I\'d like to display the data in the same way as Princeton\'s webpage: h开发者_如何学JAVAttp://wordnetweb.princeton.edu/per[详细]
2023-03-14 11:38 分类:问答WordNet access using php
I tried to access the wordnet dictionary as mentioned in: Calling wordnet from php (Wordnet class or API for PHP).[详细]
2023-03-13 06:47 分类:问答using python nltk to find similarity between two web pages?
I want to find whether two web pages are si开发者_开发知识库milar or not. Can someone suggest if python nltk with wordnet similarity functions helpful and how? What is the best similarity function to[详细]
2023-03-10 12:31 分类:问答WordNet in Portuguese [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-07 23:26 分类:问答Printing the part of speech along with the synonyms of the word
I have the following code for taking a word from the input text file and printing the synonyms, definitions and example sentences for the word using WordNet. It separates the synonyms from the synset[详细]
2023-03-04 23:12 分类:问答How do I find the frequency count of a word in English using WordNet?
Is there a way to find the frequency of the usage of a word in the English language using WordNet or NLTK using Python?[详细]
2023-03-04 08:41 分类:问答Parse WordNet database into SQL?
I would like to have the WordNet database in SQL format so I\'m thinking about trying to write a parser for the WordNet files. However, before开发者_StackOverflow I get started I was wondering if ther[详细]
2023-03-02 21:51 分类:问答