Skip to content

Instantly share code, notes, and snippets.

@cardoni
Created February 17, 2015 21:23
Show Gist options
  • Select an option

  • Save cardoni/abaff36456df87c9a235 to your computer and use it in GitHub Desktop.

Select an option

Save cardoni/abaff36456df87c9a235 to your computer and use it in GitHub Desktop.
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' ]
@cardoni
Copy link
Copy Markdown
Author

cardoni commented Mar 3, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment