node-wordnet-magic icon indicating copy to clipboard operation
node-wordnet-magic copied to clipboard

tools for working with Princeton's lexical database WordNet

Results 16 node-wordnet-magic issues
Sort by recently updated
recently updated
newest added

Is there any way I can find the domain of numerous words and store everything in a javascript array? I'm asking as I'm having serious problems due to variable scope....

Is there any function that can measure the semantic similarity between two words. this similarity is based on the edge-count methodology, i.e the number of edges between two words in...

Error occurs on first loading of Wordnet, eg: var wordNet = require('wordnet-magic'); Have tried both var wn = wordNet(null, false); and var wn = wordNet(); Sqlite db is located inside...

I wonder if it's possible to identify which synset is the most frequent for given word. For example, I fetch "offer" with POS "v" and get several synsets, for synset...

Is it possible to pass in a synsetid and get hypernyms or hyponyms? I'm trying to traverse the hierarchy of nouns, and from what I can tell, I need to...

enhancement

Since wordnet Implies an ontology, it would be great to have a function that loads it and returns it as a tree