wordnet
how did WordNet come in being
I wonder how the hierarchical relationship in WordNet between the words are retrieved. Is that manually don开发者_如何学运维e or via computer techniques.[详细]
2023-04-13 05:30 分类:问答Wordnet::Similarity server: how to talk to it from Java?
I installed the WordnetSimilarity server on my Ubuntu. I launch it with the command: $ similarity_server.pl --logfile server.log[详细]
2023-04-13 04:06 分类:问答Converting adjectives and adverbs to their noun forms
I am experimenting with word sense disambiguation using wor开发者_如何学Cdnet for my project.As a part of the project, I would like to convert a derived adjective or an adverb form to it\'s root noun[详细]
2023-04-07 04:08 分类:问答Extracting synonymous terms from wordnet using synonym()
Supposed I am pulling the synonyms of \"help\" by the function of synonyms() from wordnet and get the followings:[详细]
2023-04-06 11:33 分类:问答How to call WordNet from Android? [Wordnet api for Android]
I used rita framework in Java to use WordNet. It worked fine but how can I use it in android? Is there any framework/API to access WordNet from android?[详细]
2023-04-05 07:53 分类:问答which similarity function of nltk.corpus.wordnet is Appropriate for find similarity of two words?
which similarity function in nltk.corpus.wordnet is Appropriate for find similarity of two words? path_similarity()?[详细]
2023-04-04 07:07 分类:问答Wordnet synsets using perl
I installed Wordnet::Similarity and Wordnet::QueryData as an easy way to calculate information content score and probability that comes with these modules. But I\'m stuck at this basic problem: given[详细]
2023-03-28 02:22 分类:问答Searching with bfs
i have retrieve synsets from wordnet an return it as an array. This is part of my code <pre> RiWordnet wordnet = new RiWordnet();[详细]
2023-03-27 19:06 分类:问答wordnet database editor
I downloaded the latest Wordnet version for Windows (2.1) and I want to establish a link between two verb synsets. Is there a wordnet synset editor out there I can use for this? They published documen[详细]
2023-03-26 15:23 分类:问答Can WordNetLemmatizer in Nltk stem words?
I want to find word stems with Wordnet.Does wordnet have a function for stemming? I use this import for my stemming, but it doesn\'t work as expected.[详细]
2023-03-20 02:01 分类:问答