moos / wordpos

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

how to get proper noun #39

Closed helloworldkr closed 3 years ago

helloworldkr commented 3 years ago

I want to get POS where there are name of person etc..NNP. They fall into the proper nouns category.

moos commented 3 years ago

You can use the lexName parameter to determine if it's a person, place, etc. See the main readme file.