wordpos module examples (https://github.com/moos/wordpos)
wordpos.getNouns( 'The angry bear chased the frightened little squirrel.', console.log ); // Output: [ 'bear', 'squirrel', 'little', 'chased' ]