Skip to content

Instantly share code, notes, and snippets.

@silentrob
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silentrob/630c4f55f5fdd2a95cdb to your computer and use it in GitHub Desktop.
Save silentrob/630c4f55f5fdd2a95cdb to your computer and use it in GitHub Desktop.
{ createdAt: Fri Sep 26 2014 23:46:15 GMT-0700 (PDT),
raw: 'My name is Bill .',
clean: 'My name is Bill',
dict: { words: [ [Object], [Object], [Object], [Object] ] },
words: [ 'My', 'name', 'is', 'Bill' ],
cwords: [ 'My', 'name', 'is', 'Bill' ],
taggedWords:
[ [ 'My', 'PRP$' ],
[ 'name', 'NN' ],
[ 'is', 'VBZ' ],
[ 'Bill', 'NNP' ],
chunk: [ [Function], [Function] ],
pushUnique: [ [Function], [Function] ] ],
lemWords: [ 'my', 'name', 'be', 'bill' ],
posString: 'PRP$ NN VBZ NNP',
qtype: '',
qSubType: '',
isQuestion: false,
sentiment: 0,
nouns: [ 'name', 'bill' ],
names: [ 'Bill' ],
adjectives: [],
adverbs: [],
verbs: [ 'be' ],
pnouns: [ 'my' ],
pronouns: [ 'my' ],
compareWords: [],
numbers: [],
compare: false,
cNouns: [ 'name' ],
date: null,
numericExp: false,
halfNumericExp: false,
concepts: [],
tense: 'inf' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment