moos / wordpos

Part-of-speech utilities for node.js based on the WordNet database.
478 stars 41 forks source link

Support for noun phrases #7

Closed jaydp17 closed 9 years ago

jaydp17 commented 9 years ago

Hi,

Is it possible to add support for noun phrases ?

Thanks!

moos commented 9 years ago

Can you elaborate? All the information in the WordNet database is accessible via the wordpos.lookupX methods. If you're referring to search, the general answer is 'no' because WordNet is not a phrase database, per se.