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/25933ef5a79b0030a4bc to your computer and use it in GitHub Desktop.
Save silentrob/25933ef5a79b0030a4bc to your computer and use it in GitHub Desktop.
{ createdAt: Sat Sep 27 2014 00:06:54 GMT-0700 (PDT),
raw: 'What time did the train leave London ?',
clean: 'What time did the train leave London',
dict:
{ words:
[ [Object],
[Object],
[Object],
[Object],
[Object],
[Object],
[Object] ] },
words: [ 'What', 'time', 'did', 'the', 'train', 'leave', 'London' ],
cwords: [ 'What', 'time', 'did', 'the', 'train', 'leave', 'London' ],
taggedWords:
[ [ 'What', 'WP' ],
[ 'time', 'NN' ],
[ 'did', 'VBD' ],
[ 'the', 'DT' ],
[ 'train', 'NN' ],
[ 'leave', 'VB' ],
[ 'London', 'NNP' ],
chunk: [ [Function], [Function] ],
pushUnique: [ [Function], [Function] ] ],
lemWords: [ 'what', 'time', 'do', 'the', 'train', 'leave', 'london' ],
posString: 'WP NN VBD DT NN VB NNP',
qtype: 'NUM:date',
qSubType: 'WH',
isQuestion: true,
sentiment: 0,
nouns: [ 'time', 'train', 'london' ],
names: [ 'London' ],
adjectives: [],
adverbs: [],
verbs: [ 'do', 'leave' ],
pnouns: [],
pronouns: [],
compareWords: [],
numbers: [],
compare: false,
cNouns: [ 'time', 'train' ],
date: null,
numericExp: false,
halfNumericExp: false,
concepts: [] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment