Last active
August 29, 2015 14:06
-
-
Save silentrob/25933ef5a79b0030a4bc 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: 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