NaturalNode / natural

general natural language facilities for node
MIT License
10.62k stars 860 forks source link

Wordnet hyponyms and hypernyms #226

Open SciutoAlex opened 9 years ago

SciutoAlex commented 9 years ago

Hi there-

I'm trying to use NaturalNode to navigate the hierarchy of nouns using Wordnet's hypernyms and hyponyms. I don't see any documentation on this, nor can I tell even its integrated.

Can anyone suggest how I can get this feature of Wordnet working?

I see there is the node package wordnet-magic that offers this feature. I might look into that, but I thought I'd let you know that it'd be a useful feature (for some people at least).

kkoch986 commented 9 years ago

Currently our wordnet implementation is pretty limited to whats in the readme. I'm currently in the process of a pretty major overhaul of it which should make it easier to use/add new functionality to.

reverland commented 9 years ago

I'm working on writing something like the WordNet Class in python's NLTK.

It is just a practice however...