wordnet
Nltk installation
In want to setup python\'s nltk library including wordnet in such a way that it can be easily copied from development system to production server, without having requirement for downloading wordnet se[详细]
2023-01-20 14:10 分类:问答How to check if a word is an English word with Python?
I want to check in a Python program if a word is in the English dictionary. I believe nltk wordnet interface might be the way to go but I have no clue how to use it for such a simple task.[详细]
2023-01-17 06:22 分类:问答How to get synonyms ordered by their occurrence probability from Wordnet
I am searching in Wordnet for synonyms for a big lis开发者_Python百科t of words. The way I have it done it, when some word has more than one synonym, the results are returned in alphabetical order. Wh[详细]
2023-01-06 18:40 分类:问答WordNet Java Interface [closed]
开发者_JS百科 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 soli[详细]
2022-12-30 00:01 分类:问答word disambiguation algorithm (Lesk algorithm)
Hii.. Can anybody help me to find an algorithm in Java code to find synonyms of a search word bas开发者_如何学JAVAed on the context and I want to implement the algorithm with WordNet database.[详细]
2022-12-29 00:43 分类:问答English dictionary as txt or xml file with support of synonyms [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-27 14:46 分类:问答WORDNET database access
I have download wordnet(2.1) but i dont know how to access w开发者_JAVA技巧ordnet database?There are both libraries and file-formats documented at the WordNet 3.0 Reference Manual.By the way, is there[详细]
2022-12-25 12:26 分类:问答Wordnet in Spanish [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question开发者_开发知识库 so it's on-topic for Stack Overflow.[详细]
2022-12-20 03:11 分类:问答Detect Proper Nouns with WordNet?
I\'m using JAWS to access WordNet. Given a word, is there any way to detect if it is a proper noun? It looks like the synsets have pretty coarse lexical categories.[详细]
2022-12-15 02:22 分类:问答Does WordNet have "levels"? (NLP)
For example... Chicken is an animal. Burrito is a food. WordNet allows you to do \"is-a\"...the hiearchy feature.[详细]
2022-12-10 08:17 分类:问答