Last active
August 29, 2015 14:06
-
-
Save silentrob/630c4f55f5fdd2a95cdb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ 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